home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / igetmatches < prev    next >
Text File  |  2001-03-21  |  508b  |  17 lines

  1. Synopsis:
  2.    $igetmatches(<array> <pattern>)
  3.    $igetrmatches(<array> <string>)
  4.  
  5. Technical:
  6.    This functions operate in a manner similar to $getmatches() and
  7.    $getrmatches(), except that they return an index number (in alphabetical
  8.    order) of the array members rather than the item numbers.
  9.  
  10. Returns:
  11.    space-separated list of array index numbers corresponding to matches
  12.  
  13. See Also:
  14.    Arrays(7); matchitem(6); rmatchitem(6); getmatches(6);
  15.    getrmatches(6); gettmatch(6)
  16.  
  17.